This resource address returns configuration details about the named App Server
in a format suitable for use with the /manage/v2/packages
interfaces. The server
can be identifed either by id or name.
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data.
manage-user
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
/manage/v2/packages
interfaces, such as
POST /manage/v2/packages/{pkgname}
. The structure of the data in the response
body depends on the type of App Server (HTTP, XDBC, ODBC, etc.). http://localhost:8002/manage/v2/servers/MyServer?group-id=Default&view=package ==> Returns the package representation of the App Server MyServer in the Default group.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.